home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iplane.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_INPUTPLANEOBJECT_H = 1;
- include("real/objects/r3rect.js")
-
-
- var R3CLID_INPUTPLANEOBJECT = 1717;
-
-
-
-
- R3IPLANEA_Heading = 1717500;
- function SetR3IPLANEA_Heading(value) {
- R3Set(this.r3obj, R3IPLANEA_Heading, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IPLANEA_Heading() {
- return R3Get(this.r3obj, R3IPLANEA_Heading, R3TID_FLOAT, 0);
- }
-
- R3IPLANEA_Pitching = 1717501;
- function SetR3IPLANEA_Pitching(value) {
- R3Set(this.r3obj, R3IPLANEA_Pitching, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IPLANEA_Pitching() {
- return R3Get(this.r3obj, R3IPLANEA_Pitching, R3TID_FLOAT, 0);
- }
-
- R3IPLANEA_Banking = 1717502;
- function SetR3IPLANEA_Banking(value) {
- R3Set(this.r3obj, R3IPLANEA_Banking, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IPLANEA_Banking() {
- return R3Get(this.r3obj, R3IPLANEA_Banking, R3TID_FLOAT, 0);
- }
-
- R3IPLANEA_Current = 1717503;
- function SetR3IPLANEA_Current(value) {
- R3Set(this.r3obj, R3IPLANEA_Current, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IPLANEA_Current() {
- return R3Get(this.r3obj, R3IPLANEA_Current, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Inputplaneobject () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_INPUTPLANEOBJECT, arguments);
- }
- // Attributes
- this.GetHeading=GetR3IPLANEA_Heading;
- this.SetHeading=SetR3IPLANEA_Heading;
- this.GetPitching=GetR3IPLANEA_Pitching;
- this.SetPitching=SetR3IPLANEA_Pitching;
- this.GetBanking=GetR3IPLANEA_Banking;
- this.SetBanking=SetR3IPLANEA_Banking;
- this.GetCurrent=GetR3IPLANEA_Current;
- this.SetCurrent=SetR3IPLANEA_Current;
- }
-
- r3Inputplaneobject.prototype=new r3Rect;
- // r3iplane.h_H